home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_sz / strtod < prev    next >
Text File  |  1994-09-11  |  333b  |  15 lines

  1. strtod:
  2.  
  3. Synopsis: Convert string to decimal.
  4.  
  5. Syntax:    strtod ( STR )
  6.  
  7. Description:
  8.  
  9.     The strtod functions converts its argument, STR, from string
  10.     class to numeric class. Strtod stands for STRing TO Decimal.
  11.  
  12.     Strtod will return a NaN (Not a Number) if it cannot recognize
  13.     a string, or an element of a string matrix, as a number.
  14.  
  15.